home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 12⁄31⁄89 / 0290-Re Quickie-Dec89 < prev    next >
Encoding:
Text File  |  1990-01-02  |  1.0 KB  |  32 lines  |  [TEXT/GEOL]

  1. Item    3301346                         31-Dec-89        20:09
  2.  
  3. From:   MOOF                            Rollin, Keith A
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    RE>Quickie
  8.  
  9. Attn: Vari-Lite, Andy Meldrum,PRT
  10. SentBy: Keith Rollin
  11.          Reply to:   RE>Quickie
  12. Andy,
  13.  
  14. {$D+} you know about. That's all described in the MPW manuals. {$D++} is a
  15. superset of {$D+}. In addition to including debugger names, the Pascal
  16. compiler inserts calls to the subroutines %_BP, %_EP, and %_EX at the
  17. beginning of every procedure, the end of every procedure, and when EXIT is
  18. called, respectively. These routines are implemented by MacApp to effect
  19. procedure level tracing and stepping, as well as maintaining the (R)ecent
  20. History lists in the debugger.
  21.  
  22. Other compiler directives the MPW manual doesn't tell you about are:
  23.  
  24. {$%+}, {$%-} Turn on and off the ability to use labels starting with "%"
  25.  
  26. {$I+} Turn on the ability to use the {$I <FileName>} directive in the
  27. INTERFACE section of your program.
  28.  
  29. - Keith Rollin
  30. - Apple Developer Technical Support
  31.  
  32.